home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / prg_casm / wsc4c10.zip / LOOPBACK.DOC < prev    next >
Text File  |  1996-06-28  |  1KB  |  27 lines

  1. *** Making a loopback adapter ***
  2.  
  3. A loopback adapter can easily be made from a female-female adapter. Orient
  4. the female-female adapter such that the widest part is facing up. Connect
  5. pins 2 and 3 together with a short piece of wire as shown below.
  6.  
  7.  
  8.                     Female DB 25                        Female DB 9
  9.       *****************************************      *****************
  10.      * 13 12 11 10  9  8  7  6  5  4  3==2  1  *    *  5  4  3==2  1  *
  11.       *   25 24 23 22 21 20 19 18 17 16 15 14 *      *   9  8  7  6  *
  12.        ***************************************        ***************
  13.  
  14.  
  15.           DB 25   DB 9    Pin Definition
  16.           =====   ====    ==============
  17.            7       5      Signal Ground (SG)
  18.            2       3      Transmit Data (TD)
  19.            3       2      Receive Data (RD)
  20.           20       4      Data Terminal Ready (DTR)
  21.            6       6      Data Set Ready (DSR)
  22.            4       7      Request to Send (RTS)
  23.            5       8      Clear to Send (CTS)
  24.            8       1      Carrier Detect (CD)
  25.  
  26. Note: The pin positions are reversed for male connectors.
  27.